C# predict rotation by an angular velocity

41

C# predict rotation by an angular velocity -

bestGuessRotation *= Quaternion.Euler(angularVelocity * Time.deltaTime);

Comments

Submit
0 Comments